ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPage Class / CutMarks Method / CutMarks(Int32[]) Method
Array of mark IDs to cut.




In This Topic
    CutMarks(Int32[]) Method
    In This Topic
    Cuts array of specified marks from the annotation page to the Windows clipboard.
    Syntax
    'Declaration
     
    Public Overloads Sub CutMarks( _
       ByVal markIds() As Integer _
    ) 
    'Usage
     
    Dim instance As ImGearARTPage
    Dim markIds() As Integer
     
    instance.CutMarks(markIds)
    public void CutMarks( 
       int[] markIds
    )
    public: void CutMarks( 
       int[]* markIds
    ) 
    public:
    void CutMarks( 
       array<int>^ markIds
    ) 

    Parameters

    markIds
    Array of mark IDs to cut.
    Remarks
    The Clipboard API can only be used in threads set to single thread apartment (STA) mode.
    See Also